type net/http.http2writeWindowUpdate
5 uses
net/http (current package)
h2_bundle.go#L4875: case http2StreamError, http2handlerPanicRST, http2writeWindowUpdate:
h2_bundle.go#L6018: write: http2writeWindowUpdate{streamID: streamID, n: uint32(n)},
h2_bundle.go#L10050: type http2writeWindowUpdate struct {
h2_bundle.go#L10055: func (wu http2writeWindowUpdate) staysWithinBuffer(max int) bool { return http2frameHeaderLen+4 <= max }
h2_bundle.go#L10057: func (wu http2writeWindowUpdate) writeFrame(ctx http2writeContext) error {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)